home *** CD-ROM | disk | FTP | other *** search
- Path: hamlet.uncg.edu!b_lee2
- From: "Bin . Lee" <b_lee2@hamlet.uncg.edu>
- Newsgroups: comp.lang.c++
- Subject: Test Stack Overflow option in BC++
- Date: Sun, 14 Jan 1996 10:41:03 -0500
- Organization: The University of North Carolina at Greensboro
- Message-ID: <Pine.SOL.3.91.960114102948.1028B-100000@hamlet.uncg.edu>
- NNTP-Posting-Host: hamlet.uncg.edu
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
-
-
- Hi, Folks:
-
- I have two simple questions related to stack in BC++ .
- a. What is stack bottom in BC++, I know in MS compiler, their is a global
- variable _end, I could not find the correspondence thing in BC ++ .
- Actually, I want to test max stack I used in my program.
-
- b. I write a hardware interrupt service routine which is generated by a 5
- millisecond external timer through IRQ7, and there are many logical and
- simple math involed in ISR, but no any system, bios/dos call in ISR.
- Since this is a repetive called timing ISR, shall I compile the program
- with Test Stack Overflow option off ?
- ^^^
- Thank you very much folks, by the way, I remember IRQ7 is for second
- printer, originally, I mean parallel printer does not use it, am I right or
- not ?
-
- Thanks in advance, please send email to me.
-
-
- Cheers
-
- Ben
-
-